home *** CD-ROM | disk | FTP | other *** search
- on girlin
- global in
- puppetSprite(2, 1)
- puppetSound("SLOW DOOROPEN.AIF")
- repeat with n = 9 to 13
- set the castNum of sprite 2 to n
- updateStage()
- end repeat
- repeat with n = 1 to 2
- set the castNum of sprite 2 to 22
- updateStage()
- delayFor(10)
- set the castNum of sprite 2 to 13
- updateStage()
- delayFor(5)
- end repeat
- set in to 1
- end
-
- on girlout
- global in
- puppetSprite(2, 1)
- puppetSound("SLOW DOOROPEN.AIF")
- repeat with n = 12 down to 8
- set the castNum of sprite 2 to n
- updateStage()
- end repeat
- set in to 0
- puppetSprite(2, 0)
- end
-